home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / UTILITY / MODEM / PBBSW32A / CD2HD.TX_ / CD2HD.TX
Text File  |  1994-01-01  |  5KB  |  112 lines

  1.          ****  Please read!  ****
  2.  
  3. CD2HD version 1.4
  4.  
  5. This is the instruction file for CD2HD.exe, a utility I wrote in Visual Basic in 3 short
  6. nights, and debugged for the next week.  CD2HD lets you convert most other BBS 
  7. description files to a description listing that is useable with PowerBBS for Windows 
  8. and PowerBBS's File List Manager.  
  9.  
  10. My first compulsion to write CD2HD was to move shareware files from cd-rom to my large
  11. hard drive, and to move the descriptions with them.  This way, I wouldn't have to 
  12. dedicate my wonderful cd-rom drive to a stupid doorway program and a bunch of runny- 
  13. nose file leeches.  But, it quickly changed when I recieved my first tangible reward
  14. for writing something like this.  My compulsion to write is now driven by greed and a
  15. desire for fame!  :)
  16.  
  17. Disclaimer:  I cannot be held responsible for anything these programs may do to your
  18. computer, your software, and your life.  This software is provided as is, with no implied
  19. or expressed warranty of suitability for a task.  Use of this software is at your own risk.
  20.  
  21.  
  22. *************
  23.  
  24. Bugs I found in the 1.0 release:
  25.  
  26. 1.  The fields in the different listings for other bbs's were formatted all differently,
  27.     and I had written one routine to read only the Wildcat.txt format.  If the program
  28.     didn't find a Wildcat.txt file, then it went to one of the others, but used the way
  29.     wildcat.txt's fields were formatted to read the filenames, descriptions, etc.
  30.  
  31. 2.  Made the program insert question marks ("?") into the size and date fields on files
  32.     it couldn't find in the source directory. 
  33.  
  34. 3.  Features added in 1.1:
  35.     A.  Cleaned up the interface.
  36.     B.  I added a separate routine for each separate source description file type, so the 
  37.         result file would not be garbled.
  38.  
  39. Bugs I found in the 1.1 release:
  40.  
  41. 1.  If a source listing file didn't exist in the source directory and the user clicked
  42.     on the start button, the program would quit with an error message.
  43.  
  44. 2.  I had to remove the feature to read 00_index.txt files, as many of those I found were
  45.     not formatted uniformly.
  46.  
  47. Bugs I found in the 1.2 release:
  48.  
  49. 1.  The 1.3 release was a feature release, not a bug fix release.
  50.  
  51. Bugs I found in the 1.3 release:
  52.  
  53. 1.  In the output listing, the filenames weren't capitalized letters, and this caused the 
  54.     PowerBBS FileList Manager to think that no files were listed in the listing.
  55.  
  56. 2.  Changed bug fix #2 under release 1.1 so that the program would not copy files or move
  57.     a file entry in a source list (to the destination list) if the file was not present in
  58.     the source directory.  Gotta have the file present to get filesize or filedate, because
  59.     some source listings have only a filename and description.   Besides, the ?'s caused 
  60.     powerbbs to think the file had been uploaded new all the time, and these missing files
  61.     were constantly displayed in the new file scan.
  62.    
  63. 3.  Features added in 1.4:
  64.     A.  I added an option that would let you slave the destination list boxes to the 
  65.         source directory boxes.  This lets you run both sets of directory boxes from the 
  66.         source set.  
  67.     B.  I also added an instructions window for the people who don't read this file.  
  68.         (Like this file really helps!!!)
  69.  
  70. Bugs I found in the 1.4 release:
  71.  
  72. 1.  The one I said I had fixed with the 1.4 release.  Had to add another line to make the 
  73.     program capitalize the filename.
  74.  
  75. 2.  CD2HD would exit when it came across a file entry in a source listing that didn't
  76.     have anything for a description.  Coded it so it would move the entry to the new listing
  77.     without a description (and copy the file if that option was selected).
  78.  
  79. 3.  When I fiddled with the option logic for the #2 bug fix, CD2HD would then run an extra 
  80.     loop with a null filename and crash.  Added code to check for a valid filename from the 
  81.     source listing.
  82.  
  83. 4.  Features added in 1.5:
  84.     A.  Added checkbox for reseting the read-only flag on all the destination files that
  85.         are copied.  Handy if you plan on deleting the files from your drive.  (If you
  86.         don't use this feature, and are copying files from a CD-Rom, you have to reset
  87.         the dang flag yourself before you can delete the files.)
  88.     B.  Added checkbox to set the date of the files in the destination listing to the 
  89.         current date.  This way, PowerBBS treats the files in the listings as new uploads
  90.         that users get a chance to scan in the new file scan. 
  91.     C.  Updated the Instructions Window to reflect the above two changes.
  92.  
  93. ************
  94.  
  95. This program is freely distributable.  In fact, I've given my permission to Russell
  96. Frey to include my utilities with his PowerBBS for Windows program.
  97. If you like this program, please send your comments or suggestions to:
  98.  
  99.    Jim Plotts
  100.    POB 33936
  101.    Juneau, Alaska  99803 
  102.  
  103.    (907)790-2316  (My BBS)  14.4k
  104.    (907)790-2315  Evenings Voice  (Alaska Standard Time!!!  Don't wake me up!!!)
  105.    (907)790-2777  Weekdays Voice.
  106.  
  107. Or, if you send me $30,  I'll send you some Alaskan Fudge or Smoked Salmon (your 
  108. choice), and all of my free utilities on a floppy disk.  But, if you don't have 
  109. any money, a postcard would be nice.  
  110.  
  111. P.S. Thanks to the two people who phoned me to tell me they used my program.  :)
  112.